home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
PROGMISC
/
BTRHLP18.LZH
/
BTRHLP18.EXE
/
BREBUILD.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-06-01
|
468b
|
12 lines
@echo off
if "%1"=="" goto :abort
for %%f in (%1) do BTRHELP %%f -xps RR!XXXXX
goto :exit
:abort
echo ┌─────────────────────────────────────────────────────────────┐
echo │ USAGE: Brebuild FILENAME │
echo │ │
echo │ The name of file to rebuild is specified as the parameter. │
echo └─────────────────────────────────────────────────────────────┘
:exit
@ECHO ON